The Armature object

This object gives access to Armature-specific data in Blender.

Method Summary

list

getBones()

Get the Armature root bones.

string

getName()

Get the name of this Armature object.

á

setBones(bones)

Set the Armature root bones (still unimplemented).

á

setName(name)

Set the name of this Armature object.

Class Variable Summary

á

bones - The Armature root bones (cannot be set yet).

á

name - The Armature name.

Method Details

getBones()

Get the Armature root bones.

Returns:

a list of Armature bones.

áááááááááá (type=list)

getName()

Get the name of this Armature object.

Returns:

string

setBones(bones)

Set the Armature root bones (still unimplemented).

Warning: This method wasn't implemented yet.

setName(name)

Set the name of this Armature object.

Parameters:

name - The new name.

áááááááááá (type=string)

Class Variable Details

bones

The Armature root bones (cannot be set yet).

name

The Armature name.